home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Power
/
Game Power Vol. 1 (HEPP Computer) (1995).iso
/
S024
/
HRS_INST.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-06-17
|
1KB
|
38 lines
Echo off
IF '%1'=='C' GOTO Start
IF '%1'=='D' GOTO Start
IF '%1'=='E' GOTO Start
:Start
cls
echo.
echo ┌─────────┐
echo ┌─────┴───┐ │ Explore The World of Software Inc.
echo ──────│ │o │─────────────────────────────────────────────
echo │ ┌─────┴╨──┐ │ Trading As: HRS Software Club.
echo │ │ │─┘ 145 Royal Crest Court, Unit 11
echo └───│ o │ Markham, Ontario. L3R 9Z4
echo ──────────│ ║ │───────────────────────────────────────────────
echo └────╨────┘ Bus (416) 477-4144 Fax (416) 470-9916
echo.
echo ╔═══════════════════════════════════════════════════════════════╗
echo ║ Installing Program Please Wait ║
echo ╚═══════════════════════════════════════════════════════════════╝
MD %1:\cyrus
copy *.* %1:\cyrus
%1:
cd\cyrus
cls
echo.
echo.
echo ╔═════════════════════════════════════════════════════╗
echo ║ Thank You For Exploring The World Of Software ║
echo ╚═════════════════════════════════════════════════════╝
echo ╔═══════════════════════════════════════════════════════════════════════╗
echo ║ Installation Completed to Run Program Escape Installation Menu ║
echo ║ go to Drive Installed on and type: HRS ( Press ENTER Key ) ║
echo ╚═══════════════════════════════════════════════════════════════════════╝
echo.
pause
echo.
Exit